[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_FormFeed()        Returns the form feed character for printer

Description:

  VS_FormFeed() returns the control codes to make the selected printer
  advance to the top of the next page.

Syntax:     

  c_FormFeed = VS_FormFeed()

Pass:       

  NOTHING

Return:     

  c_FormFeed is a chacter expression that will contain the control
  codes needed to advance the paper to the top of the next page.

Notes:      

  If a printer has not yet been selected, VS_FormFeed() will call
  VS_InitPrtr()

Example:    

  SET PRINT ON
  ? VS_FormFeed()
  SET PRINT OFF

Usage:      

  IF PROW() => VS_LinesPg()
     VS_FormFeed()
  ENDIF

See Also: VS_InitPrtr() VS_LinesPg()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson